home *** CD-ROM | disk | FTP | other *** search
/ Disney Interactive Software Sampler 1997 to 1998 / Disney Interactive 1997-98 Software Sampler.iso / pc / media / somm.dxr / NewSommaire_16.ls < prev    next >
Encoding:
Text File  |  1997-10-17  |  387 b   |  23 lines

  1. on exitFrame
  2.   global FixCursor, PistCurs, YesBottom, AfterTime
  3.   if YesBottom = 1 then
  4.     RollSomm()
  5.     LevelSound()
  6.   end if
  7.   if soundBusy(2) then
  8.     go(the frame)
  9.   end if
  10. end
  11.  
  12. on keyDown
  13.   if " " contains the key then
  14.     if the machineType <> 256 then
  15.       puppetSprite(5, 0)
  16.       go("SomMac2")
  17.     else
  18.       puppetSprite(5, 0)
  19.       go("SomPC2" + 2)
  20.     end if
  21.   end if
  22. end
  23.